Skip to content

fix: replace Mastodon 'profile' scope with 'read:accounts'#1246

Closed
fatherlinux wants to merge 1 commit into
gitroomhq:mainfrom
fatherlinux:fix/mastodon-scope
Closed

fix: replace Mastodon 'profile' scope with 'read:accounts'#1246
fatherlinux wants to merge 1 commit into
gitroomhq:mainfrom
fatherlinux:fix/mastodon-scope

Conversation

@fatherlinux

Copy link
Copy Markdown

Summary

Fixes #1245

The `profile` scope is not supported by all Mastodon instances (e.g., noc.social). Replace with `read:accounts` which provides the same profile data access and is universally supported per the Mastodon OAuth specification.

Test plan

  • Connect a Mastodon account on an instance that previously rejected `profile` scope
  • Verify profile data (display name, avatar) is still retrieved correctly
  • Post to Mastodon — should publish successfully

🤖 Generated with Claude Code

The 'profile' scope is not supported by all Mastodon instances (e.g.
noc.social). Replace with 'read:accounts' which provides the same
profile data access and is universally supported across Mastodon
instances.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Feb 25, 2026

Copy link
Copy Markdown

@fatherlinux is attempting to deploy a commit to the Listinai Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 90 days with no activity.

@github-actions github-actions Bot added the stale label May 26, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

This PR was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions Bot closed this Jun 2, 2026
@The-Nickname

Copy link
Copy Markdown

How is it going? This issue would most likely also help with Friendica integration or at least be a milestone on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mastodon OAuth fails on instances that don't support 'profile' scope

2 participants